adc28 2.2.0
Loading...
Searching...
No Matches
main.c File Reference

ADC 28 Click example. More...

#include "board.h"
#include "log.h"
#include "adc28.h"

Macros

#define MIKROBUS_POSITION_ADC28   MIKROBUS_1

Functions

void application_init (void)
void application_task (void)
int main (void)

Detailed Description

ADC 28 Click example.

Description

This example demonstrates the use of the ADC 28 Click board by reading voltage levels from all 8 single-ended analog input channels (CH0-CH7) and displaying the results via UART.

The demo application is composed of two sections :

Application Init

Initializes the driver and performs the Click default configuration.

Application Task

Reads the voltage from each channel (CH0 to CH7) and displays the results on the USB UART once per second.

Note
The input voltage range on each channel is 0 V to 3.3 V. Do not apply voltages outside this range to the analog inputs.
Author
Milan Ivancic

Macro Definition Documentation

◆ MIKROBUS_POSITION_ADC28

#define MIKROBUS_POSITION_ADC28   MIKROBUS_1

Function Documentation

◆ application_init()

void application_init ( void )

< Logger config object.

< Click config object.

Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG

Note
If USB_UART_RX and USB_UART_TX are defined as HAL_PIN_NC, you will need to define them manually for log to work. See LOG_MAP_USB_UART macro definition for detailed explanation.

◆ application_task()

void application_task ( void )

◆ main()

int main ( void )